"liquid glass" shadcn/ui theme

futuristic
transparent
reflective
aquatic
minimalist
high-contrast
cool-toned
sleek
modern
tech-inspired
glass-morphism
crystal-clear
fluid-dynamics
light-refraction
blue-green-palette
cyberpunk
neon-accents
depth-effect
shimmering
prismatic

Shadcn/ui Theme Css Variables

name: Liquid Glasskeyword: liquid glass views: 16

:root {
  --background: 210 40% 98%;
  --foreground: 222 84% 5%;
  --card: 210 40% 98%;
  --card-foreground: 222 84% 5%;
  --popover: 210 40% 98%;
  --popover-foreground: 222 84% 5%;
  --primary: 200 100% 50%;
  --primary-foreground: 210 40% 98%;
  --secondary: 200 30% 90%;
  --secondary-foreground: 200 100% 20%;
  --muted: 200 20% 95%;
  --muted-foreground: 200 15% 45%;
  --accent: 180 100% 40%;
  --accent-foreground: 180 100% 10%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 210 40% 98%;
  --border: 200 20% 80%;
  --input: 200 20% 90%;
  --ring: 200 100% 50%;
  --radius: 0.75rem;
  --chart-1: 200 100% 50%;
  --chart-2: 180 100% 40%;
  --chart-3: 160 100% 40%;
  --chart-4: 140 100% 40%;
  --chart-5: 120 100% 40%;
} 

.dark {
  --background: 222 84% 5%;
  --foreground: 210 40% 98%;
  --card: 222 84% 5%;
  --card-foreground: 210 40% 98%;
  --popover: 222 84% 5%;
  --popover-foreground: 210 40% 98%;
  --primary: 200 100% 50%;
  --primary-foreground: 222 84% 5%;
  --secondary: 200 30% 10%;
  --secondary-foreground: 200 100% 80%;
  --muted: 200 20% 15%;
  --muted-foreground: 200 15% 60%;
  --accent: 180 100% 40%;
  --accent-foreground: 180 100% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 210 40% 98%;
  --border: 200 20% 20%;
  --input: 200 20% 15%;
  --ring: 200 100% 50%;
  --radius: 0.75rem;
  --chart-1: 200 100% 50%;
  --chart-2: 180 100% 40%;
  --chart-3: 160 100% 40%;
  --chart-4: 140 100% 40%;
  --chart-5: 120 100% 40%;
}